*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 3 Oct 2009 12:35:55 +0000 (12:35 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 3 Oct 2009 12:35:55 +0000 (12:35 +0000)
lisp/net/tramp-ftp.el

index eed7f92b0e97cf945a1c8c60187cce32e27ead3e..c2a04efbc1961dca3e391c4ec8bd4a1dc8f4a003 100644 (file)
@@ -134,7 +134,7 @@ First arg specifies the OPERATION, second arg is a list of arguments to
 pass to the OPERATION."
   (save-match-data
     (or (boundp 'ange-ftp-name-format)
-       (require 'ange-ftp))
+       (let (file-name-handler-alist) (require 'ange-ftp)))
     (let ((ange-ftp-name-format
           (list (nth 0 tramp-file-name-structure)
                 (nth 3 tramp-file-name-structure)